home *** CD-ROM | disk | FTP | other *** search
- /****i* SOURCE_FILE/INFO
- *
- * NAME
- * UTIL.js
- *
- * USAGE
- * Part of Netobjects JavaScript Library.
- *
- * COPYRIGHT
- * Copyright ⌐ 2000-2005 Website Pros, Inc.
- * All Rights Reserved.
- *
- * This is an unpublished work protected by Website Pros, Inc.
- * as a trade secret, and is not to be used or disclosed except as
- * expressly provided in a written license agreement executed by
- * you and Website Pros, Inc.
- *
- * <copyright@websitepros.com>
- *
- * NOTES
- * JavaScript code.
- *
- *****/
- if (!IS.isModuleInitialized("IS.NOF.UTIL"))
- {
- /****h* NOF_JavaScript_Library/NOF.UTIL
- *
- * NAME
- * NOF.UTIL
- *
- * DESCRIPTION
- * The NOF.UTIL namespace.
- *
- ****/
- function UTIL() {
- this.__proto__ = UTIL.prototype;
- this.type = IS.TYPE_NAMESPACE;
- }
-
- // add UTIL namespace to NOF namespace
- NOF.__proto__.UTIL = new UTIL();
- }
- var UTIL = NOF.UTIL;
-